home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Screen Resolution Detection.sd < prev    next >
INI File  |  2004-06-28  |  754b  |  28 lines

  1. [SUBJECT]
  2. Description=Screen resolution detection and notification Script
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<script language="JavaScript1.2">
  9. ;<!--
  10. ;
  11. ;/*
  12. ;Screen resolution detection and notification Script-
  13. ;⌐ Dynamic Drive (www.dynamicdrive.com)
  14. ;For full source code, installation instructions,
  15. ;100's more DHTML scripts, and Terms Of
  16. ;Use, visit dynamicdrive.com
  17. ;*/
  18. ;
  19. ;var correctwidth=800;
  20. ;var correctheight=600;
  21. ;if (screen.width!=correctwidth||screen.height!=correctheight)
  22. ;document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!");
  23. ;//-->
  24. ;</script>
  25.  
  26.  
  27.  
  28.